home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Organization / HyperWallet / background_2508.txt < prev    next >
Encoding:
Text File  |  1988-05-17  |  5.8 KB  |  291 lines

  1. -- background: 2508 from stack: in
  2. -- bmap block id: 7592
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 4 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=452 top=93 right=118 bottom=482
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 30696 / 30696
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Phone
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   answer "What's the problem?" with "Lost" or "Inquiery" or "Cancel"
  23.   if it is not "Cancel" then
  24.     if it is "Lost" then put field "Lost" into it
  25.     if it is "Inquiery" then put field "Inquieries" into it
  26.     push this card
  27.     visual effect zoom open
  28.     go to stack "Phone"
  29.     dial it
  30.     hide message
  31.     pop card
  32.   end if
  33. end mouseUp
  34.  
  35.  
  36.  
  37. -- part 5 (button)
  38. -- low flags: 00
  39. -- high flags: 0000
  40. -- rect: left=281 top=301 right=324 bottom=307
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 1014 / 1014
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: Prev
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   visual effect scroll right
  52.   go to prev card
  53. end mouseUp
  54.  
  55.  
  56.  
  57. -- part 6 (button)
  58. -- low flags: 00
  59. -- high flags: 0000
  60. -- rect: left=310 top=301 right=324 bottom=335
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 1013 / 1013
  63. -- text alignment: 1
  64. -- font id: 0
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: Next
  69. ----- HyperTalk script -----
  70. on mouseUp
  71.   visual effect scroll left
  72.   go to next card
  73. end mouseUp
  74.  
  75.  
  76.  
  77. -- part 7 (button)
  78. -- low flags: 00
  79. -- high flags: 0000
  80. -- rect: left=461 top=297 right=323 bottom=491
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 1012 / 1012
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: Return
  89. ----- HyperTalk script -----
  90. on mouseUp
  91.   visual effect scroll down
  92.   go card 1
  93. end mouseUp
  94.  
  95.  
  96.  
  97. -- part 8 (field)
  98. -- low flags: 00
  99. -- high flags: 0002
  100. -- rect: left=23 top=55 right=83 bottom=261
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 1
  104. -- font id: 33
  105. -- text size: 18
  106. -- style flags: 256
  107. -- line height: 26
  108. -- part name: Name
  109.  
  110.  
  111. -- part 10 (field)
  112. -- low flags: 00
  113. -- high flags: 0002
  114. -- rect: left=23 top=89 right=117 bottom=261
  115. -- title width / last selected line: 0
  116. -- icon id / first selected line: 0 / 0
  117. -- text alignment: 1
  118. -- font id: 33
  119. -- text size: 18
  120. -- style flags: 256
  121. -- line height: 26
  122. -- part name: Number
  123.  
  124.  
  125. -- part 11 (field)
  126. -- low flags: 00
  127. -- high flags: 0002
  128. -- rect: left=186 top=138 right=158 bottom=260
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 0 / 0
  131. -- text alignment: 1
  132. -- font id: 33
  133. -- text size: 14
  134. -- style flags: 0
  135. -- line height: 18
  136. -- part name: ValidThru
  137.  
  138.  
  139. -- part 12 (field)
  140. -- low flags: 00
  141. -- high flags: 0002
  142. -- rect: left=359 top=122 right=144 bottom=496
  143. -- title width / last selected line: 0
  144. -- icon id / first selected line: 0 / 0
  145. -- text alignment: 1
  146. -- font id: 33
  147. -- text size: 14
  148. -- style flags: 0
  149. -- line height: 20
  150. -- part name: Lost
  151.  
  152.  
  153. -- part 13 (field)
  154. -- low flags: 00
  155. -- high flags: 0002
  156. -- rect: left=359 top=149 right=171 bottom=496
  157. -- title width / last selected line: 0
  158. -- icon id / first selected line: 0 / 0
  159. -- text alignment: 1
  160. -- font id: 33
  161. -- text size: 14
  162. -- style flags: 0
  163. -- line height: 20
  164. -- part name: Inquieries
  165.  
  166.  
  167. -- part 14 (field)
  168. -- low flags: 00
  169. -- high flags: 4000
  170. -- rect: left=115 top=199 right=298 bottom=489
  171. -- title width / last selected line: 0
  172. -- icon id / first selected line: 0 / 0
  173. -- text alignment: 0
  174. -- font id: 33
  175. -- text size: 14
  176. -- style flags: 0
  177. -- line height: 16
  178. -- part name: 
  179.  
  180.  
  181. -- part 16 (button)
  182. -- low flags: 00
  183. -- high flags: 0004
  184. -- rect: left=31 top=217 right=251 bottom=70
  185. -- title width / last selected line: 0
  186. -- icon id / first selected line: 20098 / 20098
  187. -- text alignment: 1
  188. -- font id: 0
  189. -- text size: 12
  190. -- style flags: 0
  191. -- line height: 16
  192. -- part name: Home
  193. ----- HyperTalk script -----
  194. on mouseUp
  195.   visual effect iris close
  196.   go "Home"
  197. end mouseUp
  198.  
  199.  
  200.  
  201. -- part 17 (button)
  202. -- low flags: 00
  203. -- high flags: 0004
  204. -- rect: left=31 top=258 right=292 bottom=70
  205. -- title width / last selected line: 0
  206. -- icon id / first selected line: 20186 / 20186
  207. -- text alignment: 1
  208. -- font id: 0
  209. -- text size: 12
  210. -- style flags: 0
  211. -- line height: 16
  212. -- part name: 
  213. ----- HyperTalk script -----
  214. on mouseUp
  215.   sort by field "Name"
  216. end mouseUp
  217.  
  218.  
  219.  
  220. -- part 18 (button)
  221. -- low flags: 00
  222. -- high flags: 0004
  223. -- rect: left=31 top=299 right=333 bottom=70
  224. -- title width / last selected line: 0
  225. -- icon id / first selected line: 32670 / 32670
  226. -- text alignment: 1
  227. -- font id: 0
  228. -- text size: 12
  229. -- style flags: 0
  230. -- line height: 16
  231. -- part name: 
  232. ----- HyperTalk script -----
  233. on mouseUp
  234.   show all cards
  235. end mouseUp
  236.  
  237.  
  238.  
  239. -- part 19 (button)
  240. -- low flags: 00
  241. -- high flags: 2000
  242. -- rect: left=47 top=124 right=177 bottom=92
  243. -- title width / last selected line: 0
  244. -- icon id / first selected line: 0 / 0
  245. -- text alignment: 1
  246. -- font id: 0
  247. -- text size: 12
  248. -- style flags: 0
  249. -- line height: 16
  250. -- part name: Access
  251. ----- HyperTalk script -----
  252. on mouseUp
  253.   show field "enterCode"
  254.   show bkgnd button "Hide Passcode"
  255. end mouseUp
  256.  
  257.  
  258.  
  259. -- part 20 (field)
  260. -- low flags: 80
  261. -- high flags: 0004
  262. -- rect: left=300 top=33 right=87 bottom=459
  263. -- title width / last selected line: 0
  264. -- icon id / first selected line: 0 / 0
  265. -- text alignment: 1
  266. -- font id: 0
  267. -- text size: 12
  268. -- style flags: 0
  269. -- line height: 26
  270. -- part name: enterCode
  271.  
  272.  
  273. -- part 21 (button)
  274. -- low flags: 80
  275. -- high flags: A003
  276. -- rect: left=336 top=62 right=81 bottom=453
  277. -- title width / last selected line: 0
  278. -- icon id / first selected line: 0 / 0
  279. -- text alignment: 1
  280. -- font id: 0
  281. -- text size: 12
  282. -- style flags: 0
  283. -- line height: 16
  284. -- part name: Hide Passcode
  285. ----- HyperTalk script -----
  286. on mouseUp
  287.   hide bkgnd button "Hide Passcode"
  288.   hide field "enterCode"
  289. end mouseUp
  290.  
  291.